home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / sv-post.mim < prev    next >
Text File  |  2009-04-29  |  1KB  |  54 lines

  1. ;; sv-post.mim -- Swedish input method with postfix modifiers
  2. ;; Copyright (C) 2005
  3. ;;   National Institute of Advanced Industrial Science and Technology (AIST)
  4. ;;   Registration Number H15PRO112
  5.  
  6. ;; This file is part of the m17n database, a sub-part of the m17n library.
  7.  
  8. ;; The m17n library is free software; you can redistribute it and/or
  9. ;; modify it under the terms of the GNU General Public License as
  10. ;; published by the Free Software Foundation; either version 2, or (at
  11. ;; your option) any later version.
  12.  
  13. ;; The m17n library is distributed in the hope that it will be useful,
  14. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16. ;; GNU General Public License for more details.
  17.  
  18. ;; You should have received a copy of the GNU General Public License
  19. ;; along with the m17n library; see the file COPYING.  If not, write to
  20. ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  21. ;; Boston, MA 02110-1301, USA.
  22.  
  23. (input-method sv post)
  24.  
  25. (description "Swedish input method with postfix modifiers.
  26. ")
  27.  
  28. (title "sv-post")
  29.  
  30. (map
  31.  (trans
  32.   ("AA" ?├à)
  33.   ("aa" ?├Ñ)
  34.   ("AE" ?├ä)
  35.   ("ae" ?├ñ)
  36.   ("OE" ?├û)
  37.   ("oe" ?├╢)
  38.   ("E'" ?├ë)
  39.   ("e'" ?├⌐)
  40.  
  41.   ("AAA" "A" "A")
  42.   ("aaa" "a" "a")
  43.   ("AEE" "A" "E")
  44.   ("aee" "a" "e")
  45.   ("OEE" "O" "E")
  46.   ("oee" "o" "e")
  47.   ("E''" "E" "'")
  48.   ("e''" "e" "'")
  49.   ))
  50.  
  51. (state
  52.   (init
  53.     (trans)))
  54.